home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 7563 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  814 b 

  1. Path: redstone.interpath.net!mercury!softbase
  2. From: softbase@mercury.interpath.net (Scott McMahan - Softbase Systems)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Help! C code under Win 3.11
  5. Date: 27 Feb 1996 14:09:27 GMT
  6. Organization: Interpath -- Providing Internet access to North Carolina
  7. Message-ID: <4gv3an$eh1@news.interpath.net>
  8. References: <4gko20$oha@earth.alpha.net>
  9. NNTP-Posting-Host: mercury.interpath.com
  10. X-Newsreader: TIN [version 1.2 PL2]
  11.  
  12. Software Development Group (sdg@earth.execpc.com) wrote:
  13.  
  14. :    int ci_, i_, j_;
  15. :    unsigned flags_;
  16. :    Matrix *Mplhs_[32], *Mprhs_[32];
  17. :    int nlhs_=1, nrhs_=0;
  18. :       Matrix RM0_;
  19. :       Matrix CM0_;
  20.  
  21. If there's an award for horrible identifier names, this code
  22. ought to be nominated! Someone may have to read and try
  23. to understand this some day...
  24.  
  25. Scott
  26.  
  27.